makro 3: rehberyarat
Sub MAIN Begin Dialog UserDialog 554, 90, "rehber yarat" Text 10, 6, 91, 13, "rehberi girin", .Text1 TextBox 12, 22, 516, 18, .TextBox1 'hebelek OKButton 32, 47, 88, 21 CancelButton 144, 46, 88, 21 End Dialog Dim dlg As UserDialog GetCurValues dlg x = Dialog(dlg) Print x If x = 0 Then Print "komut tamamlandi" Else Print "istediginiz gibi, " + dlg.TextBox1 + " adl² rehber yarat²l²yor" MkDir dlg.TextBox1 EndIf End Sub